T
Entity type
IdeaBlade DevForce 2010 Help Reference
EntityQueriedEventArgs<T> Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityQueriedEventArgs<T> Class



Arguments to the completion handler specified for an EntityManager.ExecuteQueryAsync<T> call and to an EntityManager.Queried event handler.

Object Model

EntityQueriedEventArgs<T> ClassIEntityQuery Interface

Syntax

Visual Basic (Declaration) 
Public Class EntityQueriedEventArgs(Of T) 
   Inherits IdeaBlade.EntityModel.BaseEntityQueriedEventArgs(Of IEnumerable(Of T))
   Implements INotifyCompletedArgs 
Visual Basic (Usage)Copy Code
Dim instance As EntityQueriedEventArgs(Of T)
C++/CLI 
generic<typename T>
public ref class EntityQueriedEventArgs : public IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<IEnumerable<T>>, INotifyCompletedArgs  

Type Parameters

T
Entity type

Remarks

If you have subscribed to the EntityManager.Queried event, your handler will receive an instance of EntityQueriedEventArgs for both synchronous and asynchronous query operations.

If you have called EntityManager.ExecuteQueryAsync, the Completed event handler will be called with an instance of EntityQueriedEventArgs representing the results of the query operation.

Inheritance Hierarchy

System.Object
   System.EventArgs
      IdeaBlade.EntityModel.AsyncEventArgs
         IdeaBlade.EntityModel.AsyncEventArgs<T>
            IdeaBlade.EntityModel.BaseEntityQueriedEventArgs<T>
               IdeaBlade.EntityModel.EntityQueriedEventArgs<T>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.